flask api response code

24

> from flask import Response
> return Response("{'a':'b'}", status=201, mimetype='application/json')

Comments

Submit
0 Comments